home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFIMAGEBROWSER / TFIMAGEBROWSER.txt
Encoding:
Text File  |  2004-12-18  |  2.1 KB  |  107 lines

  1. object fImageBrowser: TfImageBrowser
  2.   Left = 265
  3.   Top = 119
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Image Browser'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   FormStyle = fsMDIChild
  10.   OldCreateOrder = False
  11.   Position = poDefault
  12.   Visible = True
  13.   WindowState = wsMaximized
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ThumbnailList1: TThumbnailList
  19.     Left = 0
  20.     Top = 0
  21.     Width = 688
  22.     Height = 434
  23.     Align = alClient
  24.     Columns = 6
  25.     ShowSelection = True
  26.     TabOrder = 0
  27.     Thumbnails = <>
  28.     ThumbnailSize = 100
  29.     OnClick = ThumbnailList1Click
  30.     OnDblClick = ThumbnailList1DblClick
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 0
  34.     Top = 0
  35.     Width = 688
  36.     Height = 434
  37.     Align = alClient
  38.     BevelOuter = bvNone
  39.     TabOrder = 1
  40.     Visible = False
  41.     object AdvPicture1: TAdvPicture
  42.       Left = 0
  43.       Top = 27
  44.       Width = 688
  45.       Height = 407
  46.       Hint = 'Click to close full screen window'
  47.       Animate = False
  48.       AutoSize = True
  49.       Picture.Stretch = False
  50.       Picture.Frame = 0
  51.       PicturePosition = bpCenter
  52.       Align = alClient
  53.       StretchMode = smShrink
  54.       OnClick = AdvPicture1Click
  55.     end
  56.     object Panel2: TPanel
  57.       Left = 0
  58.       Top = 0
  59.       Width = 688
  60.       Height = 27
  61.       Align = alTop
  62.       BevelOuter = bvLowered
  63.       TabOrder = 0
  64.       object Button1: TButton
  65.         Left = 1
  66.         Top = 1
  67.         Width = 136
  68.         Height = 25
  69.         Caption = 'Edit'
  70.         TabOrder = 0
  71.         OnClick = Button1Click
  72.       end
  73.       object Button2: TButton
  74.         Left = 137
  75.         Top = 1
  76.         Width = 136
  77.         Height = 25
  78.         Caption = 'Close'
  79.         TabOrder = 1
  80.         OnClick = Button2Click
  81.       end
  82.     end
  83.   end
  84.   object StatusBar1: TStatusBar
  85.     Left = 0
  86.     Top = 434
  87.     Width = 688
  88.     Height = 19
  89.     Panels = <
  90.       item
  91.         Width = 50
  92.       end>
  93.     ParentFont = True
  94.     SimplePanel = False
  95.     UseSystemFont = False
  96.   end
  97.   object ActionList1: TActionList
  98.     Left = 234
  99.     Top = 89
  100.     object CloseWindow: TAction
  101.       Caption = 'CloseWindow'
  102.       ShortCut = 27
  103.       OnExecute = CloseWindowExecute
  104.     end
  105.   end
  106. end
  107.